home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
TERMINAL
/
HDRS
/
MACBINAR.H
< prev
next >
Wrap
Text File
|
1990-11-20
|
358b
|
16 lines
/*
Terminal 2.0
"MacBinary.h"
*/
#define BinHeaderLength 128
short BinCheckHeader (Byte *, Byte *, long *, long *);
short BinCloseRead (void);
short BinCloseWrite (void);
short BinGetEOF (long *);
short BinOpenRead (short, long, Byte *);
short BinOpenWrite (short, long, Byte *, Byte *);
short BinRead (long * , Byte *);
short BinWrite (long *, Byte *);